home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / sgml / unix / sgmlh / vmfnsm.h < prev    next >
Encoding:
Text File  |  1991-07-02  |  1.1 KB  |  25 lines

  1. /******************************************************************************/
  2. /* VMFNSM.H: VM function declarations (ANSI prototypes). */
  3. /******************************************************************************/
  4. /*global*/  void  main(int ,char * *);
  5. /*global*/  void  sgml(struct ipbt *);
  6. /*global*/  void  sgmlio(struct ipbfile *);
  7. /*global*/  void  sgmlmem(struct ipbmem *);
  8. /*global*/  void  sgmlmsg(struct ipberr *);
  9. /******************************************************************************/
  10. /*global*/  void  errloc(char *,char *);
  11. /*global*/  int   filefind(char *,char *);
  12. /*global*/  char *getmsg(long );
  13. /*global*/  char *getparm(unsigned int );
  14. /*global*/  void  getscbs(struct source *,int );
  15. /*global*/  void  location(int );
  16. /*global*/  void  msginit(void);
  17. /*global*/  void  prtstat(struct stat *);
  18. /*global*/  void  prtmsg(char *,int );
  19. /*global*/  char *savestr(char *);
  20. /*global*/  int   umsginit(int ,long );
  21. /*global*/  char *vmalloc(unsigned int );
  22. /*global*/  char *xidgen(struct fpi *);
  23. /*global*/  char *xidpath(char *);
  24. /******************************************************************************/
  25.